home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / gzip 1.2.2 / cextras-1.0 / tstester.make < prev    next >
Encoding:
Text File  |  1993-07-08  |  1.4 KB  |  39 lines  |  [TEXT/MPS ]

  1. #------------------------------------------------------------------------------
  2. #
  3. #    tstester.make -- makefile for toolserver tester program.
  4. #
  5. #    Copyright (c) 1993 Anthony C. Ard.
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modifiy it under the terms of the GNU General Public License
  9. #    as published by the Free Software Foundation; either version 2
  10. #    of the License, or (at your option) any later version.
  11. #    
  12. #    This program is distributed in the hope that it will be useful,
  13. #    but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. #    GNU General Public License for more details.
  16. #    
  17. #    You should have received a copy of the GNU General Public License
  18. #    along with this program; if not, write to the Free Software
  19. #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. #
  21. #------------------------------------------------------------------------------
  22.  
  23. OBJECTS = toolserver.c.o
  24.  
  25. tstester ƒƒ tstester.make {OBJECTS}
  26.     Link -d -c 'MPS ' -t MPST -sym on -mf ∂
  27.         {OBJECTS} ∂
  28.         "{CLibraries}"CSANELib.o ∂
  29.         "{CLibraries}"Math.o ∂
  30.         #"{CLibraries}"Complex.o ∂
  31.         "{CLibraries}"StdClib.o ∂
  32.         "{Libraries}"Stubs.o ∂
  33.         "{Libraries}"Runtime.o ∂
  34.         "{Libraries}"Interface.o ∂
  35.         "{Libraries}"ToolLibs.o ∂
  36.         -o tstester
  37. toolserver.c.o ƒ tstester.make toolserver.c
  38.      C -r -sym on -mc68020 toolserver.c -d TEST
  39.